6afdf64894eeb8ec0fade21a9fc62bba72fc495a,modules/apps/wiki/wiki-test/test/integration/com/liferay/wiki/trash/test/WikiPageDependentsTrashHandlerTest.java,WikiPageDependentsTrashHandlerTest,buildRelatedPages,#,983

Before Change


	}

	protected RelatedPages buildRelatedPages() throws Exception {
		WikiPage parentPage = WikiTestUtil.addPage(
			TestPropsValues.getUserId(), _group.getGroupId(), _node.getNodeId(),
			RandomTestUtil.randomString(), true);

		ServiceContext serviceContext =
			ServiceContextTestUtil.getServiceContext(_group.getGroupId());

After Change


		* */

		// Create parent page
		WikiTestUtil.addPage(
			TestPropsValues.getUserId(), _group.getGroupId(), _node.getNodeId(),
			_PARENT_PAGE, true);

		ServiceContext serviceContext =
			ServiceContextTestUtil.getServiceContext(_group.getGroupId());